home *** CD-ROM | disk | FTP | other *** search
- inherited frmShutDown: TfrmShutDown
- Left = 529
- Top = 25
- HelpContext = 96
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Closes Windows and shuts down the computer. Windows 95/98/ME su' +
- 'pports '
- 'shutting down the current machine only.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object cbForce: TCheckBox
- Left = 8
- Top = 202
- Width = 439
- Height = 17
- Caption = '&Force the system to shut down without notifying applications.'
- TabOrder = 3
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 27
- Width = 453
- Height = 170
- TabOrder = 2
- object lblTimeOut: TLabel
- Left = 29
- Top = 80
- Width = 403
- Height = 13
- AutoSize = False
- Caption = 'Shut down &after: '
- FocusControl = edtDelay
- end
- object lblSeconds: TLabel
- Left = 233
- Top = 103
- Width = 137
- Height = 13
- AutoSize = False
- Caption = 'seconds'
- end
- object lblMessage: TLabel
- Left = 29
- Top = 123
- Width = 400
- Height = 13
- AutoSize = False
- Caption = '&Message to display in the shut down dialog box:'
- FocusControl = edtMessage
- end
- object Label1: TLabel
- Left = 10
- Top = 16
- Width = 117
- Height = 13
- Caption = '&Computer to shut down:'
- FocusControl = edtComputer
- end
- object edtDelay: TEdit
- Left = 29
- Top = 96
- Width = 197
- Height = 21
- TabOrder = 2
- end
- object edtMessage: TEdit
- Left = 29
- Top = 139
- Width = 414
- Height = 21
- TabOrder = 3
- end
- object cbPrompt: TCheckBox
- Left = 10
- Top = 61
- Width = 413
- Height = 17
- Caption = '&Prompt user to log off'
- TabOrder = 1
- OnClick = cbPromptClick
- end
- object edtComputer: TEdit
- Left = 10
- Top = 32
- Width = 433
- Height = 21
- TabOrder = 0
- end
- end
- object rdoLocal: TRadioButton
- Left = 16
- Top = 2
- Width = 437
- Height = 17
- Caption = 'Shut down &local machine'
- TabOrder = 0
- OnClick = rdoLocalClick
- end
- object rdoRemote: TRadioButton
- Left = 16
- Top = 26
- Width = 417
- Height = 17
- Caption = 'Shut down a &remote computer (Not supported on Windows 95/98/ME)'
- TabOrder = 1
- OnClick = rdoLocalClick
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 200
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- inherited IvTranslator1: TIvTranslator
- Left = 232
- end
- object dlgOpen: TOpenDialog
- Left = 168
- Top = 349
- end
- end
-